home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 25
/
PC Gamer IT CD 25.iso
/
INCDEMO
/
Install
/
autorun.dat
< prev
next >
Wrap
Text File
|
1997-09-18
|
2KB
|
56 lines
// Take care: information order shouldn't change
// Registry key which tells that there is already a complete installation on the pc
KEY_INSTALLCOMPLETE "SOFTWARE\BlueByte\Incubation Demo\InstallDemoComplete"
// commandline to start incubation
GAMECALL "IncubationDemo.exe -english"
GAMECALL3DFX "IncubationDemo.exe -english -3dfx"
MPLAYCALL "MPlayNow.exe"
// Font used for buttons Format: size "Fontname"
// If font does not exist, system font is used instead.
BUTTON_FONT 120 "Arial Bold"
// BITMAPS
// Weidth Higth "Filename"
// Weidth must be dividable by four
BMP_BACKGROUND 632 455 "Install\Title.bmp"
// use same size for both buttons
BMP_BUTTON1 188 31 "Install\button1.bmp"
BMP_BUTTON2 188 31 "Install\button2.bmp"
// TEXTS
INFOTEXT_NEEDDX "You need to have DirectX 5.0." *JP
INFOTEXT_ABORT "Installation canceled."
ERRORTEXT_STARTGAME "Program start failed."
ERRORTEXT_STARTINSTALL "Program start failed."
ERRORTEXT_STARTMPLAY "Program start failed "
ERRORTEXT_STARTDIRECTX "You need to have DirectX 5.0." *JP
ERRORTEXT_CDROM "No CD-ROM found."
ERRORTEXT_LANGUAGE "Sorry, but there's no DirectX 5.0 for your language on this CD."
ERRORTEXT_REGISTRY "Entry not found in Registry."
ERRORTEXT_WIN95REQUIRED "This program requires Windows 95"
WARNING_INSTALL "The registry already contains an entry for Incubation. Continue installation?"
WARNING_DXINSTALLED "DirectX 5.0 is already installed." *JP
ERRORTEXT_TITLE "Error"
WARNING_TITLE "Warning"
INFO_TITLE "Information"
// BUTTONS
// PosX PosY "Text"
BT_START 20 338 " Start Game"
BT_START3DFX 20 378 " Start Game (3Dfx)"
BT_MPLAY 20 338 " MPlayer (Internet)"
BT_INSTALL 20 378 " Install Game"
BT_NEWS 0 0 " Start News CD"
BT_DIRECTX 20 378 " Install DirectX 5.0"
BT_EXIT 20 418 " Exit"
// *** use Windows language codenumbers ***
// *** it's possible to define several languages ***
// English
DIRECTX_LANG 0x09 "DirectX\dx5eng.exe"
// German
DIRECTX_LANG 0x07 "DirectX\dx5ger.exe"